home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modledrm.dir / 00145_Script_145 < prev   
Text File  |  1994-11-28  |  391b  |  15 lines

  1. on enterFrame
  2.   global lcl,rcl,ucl,dcl,pnt
  3.   set lcl to [640, 641]
  4.   set rcl to [642,643]
  5.   set ucl to [638,639]
  6.   set dcl to [644,645]
  7.   set pnt to [646,647]
  8.   set the cursor of sprite 1 to ucl
  9.   set the cursor of sprite 3 to 0
  10.   set the cursor of sprite 4 to pnt
  11.   set the cursor of sprite 5 to rcl
  12.   set the cursor of sprite 6 to lcl
  13.   set the cursor of sprite 8 to pnt
  14. end
  15.